home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dynamic Graphics Magazine (Alt)
/
Dynamic Graphics Magazine (Version B).iso
/
pc
/
dgm
/
bitgame.dir
/
00037.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-03-25
|
321 b
|
15 lines
on mouseDown
if gTest = "F" then
puppetSound("RIGHT")
updateStage()
set the visible of sprite 9 to 1
set the visible of sprite 21 to 0
set the visible of sprite 31 to 0
set the visible of sprite 44 to 0
set gCount to gCount + 1
else
puppetSound("WRONG")
updateStage()
end if
end